Html Css Color HEX #527B9A Jelly Bean

📋 copy color: '#527B9A'

red 82 ◦ green 123 ◦ blue 154

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

Shades of Jelly Bean #527B9A

Tints of Jelly Bean #527B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 22.84%
G = 34.26%
B = 42.9%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527B9A (or 0x527B9A) is known color: Jelly Bean. HEX triplet: 52, 7B and 9A. RGB value is (82,123,154). Sum of RGB (Red+Green+Blue) = 82+123+154=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #527B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B9A is #AD8465. Grayscale: #727272. Windows color (decimal): -11371622 or 10124114. OLE color: 10124114.

HSL color Cylindrical-coordinate representation of color #527B9A: hue angle of 205.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527B9A is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 123 154 -
CMYK 0.47 0.20 0 0.40
HSL 205.83º 0.31% 0.46% -
HSV(B) 205.83º 0.47% 0.6% -
XYZ 16.4 18.29 33.24 -
YUV 114.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 82 123 154 0.47 0.20 0 0.40 205.83 0.31 0.46
Hex 52 7B 9A 2F 14 0 28 CE 1F 2E
Octal 122 173 232 57 24 0 50 316 37 56
Binary 1010010 1111011 10011010 101111 10100 0 101000 11001110 11111 101110

Color Harmonies of #527B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B9A

Black with #527B9A

Text Example


Text Example

White with #527B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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