Html Css Color HEX #526DB4 Chetwode Blue

📋 copy color: '#526DB4'

red 82 ◦ green 109 ◦ blue 180

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

Shades of Chetwode Blue #526DB4

Tints of Chetwode Blue #526DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 22.1%
G = 29.38%
B = 48.52%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#526DB4 (or 0x526DB4) is known color: Chetwode Blue. HEX triplet: 52, 6D and B4. RGB value is (82,109,180). Sum of RGB (Red+Green+Blue) = 82+109+180=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #526DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DB4 is #AD924B. Grayscale: #6C6C6C. Windows color (decimal): -11375180 or 11824466. OLE color: 11824466.

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

Color convert

RGB 82 109 180 -
CMYK 0.54 0.39 0 0.29
HSL 223.47º 0.4% 0.51% -
HSV(B) 223.47º 0.54% 0.71% -
XYZ 17.19 16.03 45.37 -
YUV 109.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 82 109 180 0.54 0.39 0 0.29 223.47 0.4 0.51
Hex 52 6D B4 36 27 0 1D DF 28 33
Octal 122 155 264 66 47 0 35 337 50 63
Binary 1010010 1101101 10110100 110110 100111 0 11101 11011111 101000 110011

Color Harmonies of #526DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DB4

Black with #526DB4

Text Example


Text Example

White with #526DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,180); }

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

background-color css

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

 a { background-color: rgb(82,109,180); }

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

border-color css

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

 span { border-color: rgb(82,109,180); }

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