Html Css Color HEX #526ABC Chetwode Blue

📋 copy color: '#526ABC'

red 82 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #526ABC

Tints of Chetwode Blue #526ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 21.81%
G = 28.19%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#526ABC (or 0x526ABC) is known color: Chetwode Blue. HEX triplet: 52, 6A and BC. RGB value is (82,106,188). Sum of RGB (Red+Green+Blue) = 82+106+188=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #526ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ABC is #AD9543. Grayscale: #6B6B6B. Windows color (decimal): -11375940 or 12347986. OLE color: 12347986.

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

Color convert

RGB 82 106 188 -
CMYK 0.56 0.44 0 0.26
HSL 226.42º 0.44% 0.53% -
HSV(B) 226.42º 0.56% 0.74% -
XYZ 17.71 15.73 49.68 -
YUV 108.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 82 106 188 0.56 0.44 0 0.26 226.42 0.44 0.53
Hex 52 6A BC 38 2C 0 1A E2 2C 35
Octal 122 152 274 70 54 0 32 342 54 65
Binary 1010010 1101010 10111100 111000 101100 0 11010 11100010 101100 110101

Color Harmonies of #526ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ABC

Black with #526ABC

Text Example


Text Example

White with #526ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,188); }

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

background-color css

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

 a { background-color: rgb(82,106,188); }

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

border-color css

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

 span { border-color: rgb(82,106,188); }

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