Html Css Color HEX #526FBB Chetwode Blue

📋 copy color: '#526FBB'

red 82 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #526FBB

Tints of Chetwode Blue #526FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 21.58%
G = 29.21%
B = 49.21%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#526FBB (or 0x526FBB) is known color: Chetwode Blue. HEX triplet: 52, 6F and BB. RGB value is (82,111,187). Sum of RGB (Red+Green+Blue) = 82+111+187=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #526FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FBB is #AD9044. Grayscale: #6E6E6E. Windows color (decimal): -11374661 or 12283730. OLE color: 12283730.

HSL color Cylindrical-coordinate representation of color #526FBB: hue angle of 223.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #526FBB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 111 187 -
CMYK 0.56 0.41 0 0.27
HSL 223.43º 0.44% 0.53% -
HSV(B) 223.43º 0.56% 0.73% -
XYZ 18.13 16.75 49.29 -
YUV 110.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 82 111 187 0.56 0.41 0 0.27 223.43 0.44 0.53
Hex 52 6F BB 38 29 0 1B DF 2C 35
Octal 122 157 273 70 51 0 33 337 54 65
Binary 1010010 1101111 10111011 111000 101001 0 11011 11011111 101100 110101

Color Harmonies of #526FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FBB

Black with #526FBB

Text Example


Text Example

White with #526FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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