Html Css Color HEX #526BC1 Chetwode Blue

📋 copy color: '#526BC1'

red 82 ◦ green 107 ◦ blue 193

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

Shades of Chetwode Blue #526BC1

Tints of Chetwode Blue #526BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 193 (75.78% from 255) = 50.52%

R = 21.47%
G = 28.01%
B = 50.52%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#526BC1 (or 0x526BC1) is known color: Chetwode Blue. HEX triplet: 52, 6B and C1. RGB value is (82,107,193). Sum of RGB (Red+Green+Blue) = 82+107+193=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #526BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BC1 is #AD943E. Grayscale: #6C6C6C. Windows color (decimal): -11375679 or 12675922. OLE color: 12675922.

HSL color Cylindrical-coordinate representation of color #526BC1: hue angle of 226.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #526BC1 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 107 193 -
CMYK 0.58 0.45 0 0.24
HSL 226.49º 0.47% 0.54% -
HSV(B) 226.49º 0.58% 0.76% -
XYZ 18.36 16.16 52.6 -
YUV 109.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 82 107 193 0.58 0.45 0 0.24 226.49 0.47 0.54
Hex 52 6B C1 3A 2D 0 18 E2 2F 36
Octal 122 153 301 72 55 0 30 342 57 66
Binary 1010010 1101011 11000001 111010 101101 0 11000 11100010 101111 110110

Color Harmonies of #526BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BC1

Black with #526BC1

Text Example


Text Example

White with #526BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,193); }

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

background-color css

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

 a { background-color: rgb(82,107,193); }

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

border-color css

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

 span { border-color: rgb(82,107,193); }

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