Html Css Color HEX #526FB8 Chetwode Blue

📋 copy color: '#526FB8'

red 82 ◦ green 111 ◦ blue 184

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

Shades of Chetwode Blue #526FB8

Tints of Chetwode Blue #526FB8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 21.75%
G = 29.44%
B = 48.81%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#526FB8 (or 0x526FB8) is known color: Chetwode Blue. HEX triplet: 52, 6F and B8. RGB value is (82,111,184). Sum of RGB (Red+Green+Blue) = 82+111+184=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #526FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FB8 is #AD9047. Grayscale: #6E6E6E. Windows color (decimal): -11374664 or 12087122. OLE color: 12087122.

HSL color Cylindrical-coordinate representation of color #526FB8: hue angle of 222.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526FB8 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 111 184 -
CMYK 0.55 0.40 0 0.28
HSL 222.94º 0.42% 0.52% -
HSV(B) 222.94º 0.55% 0.72% -
XYZ 17.82 16.62 47.62 -
YUV 110.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 82 111 184 0.55 0.40 0 0.28 222.94 0.42 0.52
Hex 52 6F B8 37 28 0 1C DF 2A 34
Octal 122 157 270 67 50 0 34 337 52 64
Binary 1010010 1101111 10111000 110111 101000 0 11100 11011111 101010 110100

Color Harmonies of #526FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FB8

Black with #526FB8

Text Example


Text Example

White with #526FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526FB8; }

 p { color: rgb(82,111,184); }

 H1.HeaderClassName
 {
   color: #526FB8;
 }
 .AnyTagClassName
 {
   color: #526FB8;
 }
</style>

background-color css

<style>
 a { background-color: #526FB8; }

 a { background-color: rgb(82,111,184); }

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

border-color css

<style>
 span { border-color: #526FB8; }

 span { border-color: rgb(82,111,184); }

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