Html Css Color HEX #526CBE Chetwode Blue

📋 copy color: '#526CBE'

red 82 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #526CBE

Tints of Chetwode Blue #526CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 21.58%
G = 28.42%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#526CBE (or 0x526CBE) is known color: Chetwode Blue. HEX triplet: 52, 6C and BE. RGB value is (82,108,190). Sum of RGB (Red+Green+Blue) = 82+108+190=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #526CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CBE is #AD9341. Grayscale: #6D6D6D. Windows color (decimal): -11375426 or 12479570. OLE color: 12479570.

HSL color Cylindrical-coordinate representation of color #526CBE: hue angle of 225.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526CBE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 108 190 -
CMYK 0.57 0.43 0 0.25
HSL 225.56º 0.45% 0.53% -
HSV(B) 225.56º 0.57% 0.75% -
XYZ 18.14 16.24 50.89 -
YUV 109.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 82 108 190 0.57 0.43 0 0.25 225.56 0.45 0.53
Hex 52 6C BE 39 2B 0 19 E2 2D 35
Octal 122 154 276 71 53 0 31 342 55 65
Binary 1010010 1101100 10111110 111001 101011 0 11001 11100010 101101 110101

Color Harmonies of #526CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CBE

Black with #526CBE

Text Example


Text Example

White with #526CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,190); }

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

background-color css

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

 a { background-color: rgb(82,108,190); }

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

border-color css

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

 span { border-color: rgb(82,108,190); }

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