Html Css Color HEX #526CB5 Chetwode Blue

📋 copy color: '#526CB5'

red 82 ◦ green 108 ◦ blue 181

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

Shades of Chetwode Blue #526CB5

Tints of Chetwode Blue #526CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 22.1%
G = 29.11%
B = 48.79%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#526CB5 (or 0x526CB5) is known color: Chetwode Blue. HEX triplet: 52, 6C and B5. RGB value is (82,108,181). Sum of RGB (Red+Green+Blue) = 82+108+181=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #526CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CB5 is #AD934A. Grayscale: #6C6C6C. Windows color (decimal): -11375435 or 11889746. OLE color: 11889746.

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

Color convert

RGB 82 108 181 -
CMYK 0.55 0.40 0 0.29
HSL 224.24º 0.4% 0.52% -
HSV(B) 224.24º 0.55% 0.71% -
XYZ 17.18 15.86 45.87 -
YUV 108.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 82 108 181 0.55 0.40 0 0.29 224.24 0.4 0.52
Hex 52 6C B5 37 28 0 1D E0 28 34
Octal 122 154 265 67 50 0 35 340 50 64
Binary 1010010 1101100 10110101 110111 101000 0 11101 11100000 101000 110100

Color Harmonies of #526CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CB5

Black with #526CB5

Text Example


Text Example

White with #526CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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