Html Css Color HEX #527B8C Jelly Bean

📋 copy color: '#527B8C'

red 82 ◦ green 123 ◦ blue 140

#527B8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #527B8C

Tints of Jelly Bean #527B8C

RGB

 RED value IS 82 (32.42% from 255) = 23.77%

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 23.77%
G = 35.65%
B = 40.58%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#527B8C (or 0x527B8C) is known color: Jelly Bean. HEX triplet: 52, 7B and 8C. RGB value is (82,123,140). Sum of RGB (Red+Green+Blue) = 82+123+140=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #527B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B8C is #AD8473. Grayscale: #707070. Windows color (decimal): -11371636 or 9206610. OLE color: 9206610.

HSL color Cylindrical-coordinate representation of color #527B8C: hue angle of 197.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527B8C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 123 140 -
CMYK 0.41 0.12 0 0.45
HSL 197.59º 0.26% 0.44% -
HSV(B) 197.59º 0.41% 0.55% -
XYZ 15.3 17.85 27.45 -
YUV 112.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 82 123 140 0.41 0.12 0 0.45 197.59 0.26 0.44
Hex 52 7B 8C 29 C 0 2D C6 1A 2C
Octal 122 173 214 51 14 0 55 306 32 54
Binary 1010010 1111011 10001100 101001 1100 0 101101 11000110 11010 101100

Color Harmonies of #527B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B8C

Black with #527B8C

Text Example


Text Example

White with #527B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527B8C; }

 p { color: rgb(82,123,140); }

 H1.HeaderClassName
 {
   color: #527B8C;
 }
 .AnyTagClassName
 {
   color: #527B8C;
 }
</style>

background-color css

<style>
 a { background-color: #527B8C; }

 a { background-color: rgb(82,123,140); }

 div.DivClassName
 {
   background-color: #527B8C;
 }
 .BgClassName
 {
   background-color: #527B8C;
 }
</style>

border-color css

<style>
 span { border-color: #527B8C; }

 span { border-color: rgb(82,123,140); }

 td.TdClassName
 {
   border-color: #527B8C;
 }
 .TagClassName
 {
   border-color: #527B8C;
 }
</style>