Html Css Color HEX #536FB8 Chetwode Blue

📋 copy color: '#536FB8'

red 83 ◦ green 111 ◦ blue 184

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

Shades of Chetwode Blue #536FB8

Tints of Chetwode Blue #536FB8

RGB

 RED value IS 83 (32.81% from 255) = 21.96%

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 21.96%
G = 29.37%
B = 48.68%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#536FB8 (or 0x536FB8) is known color: Chetwode Blue. HEX triplet: 53, 6F and B8. RGB value is (83,111,184). Sum of RGB (Red+Green+Blue) = 83+111+184=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #536FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FB8 is #AC9047. Grayscale: #6E6E6E. Windows color (decimal): -11309128 or 12087123. OLE color: 12087123.

HSL color Cylindrical-coordinate representation of color #536FB8: hue angle of 223.37º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536FB8 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 111 184 -
CMYK 0.55 0.40 0 0.28
HSL 223.37º 0.42% 0.52% -
HSV(B) 223.37º 0.55% 0.72% -
XYZ 17.9 16.67 47.62 -
YUV 110.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 83 111 184 0.55 0.40 0 0.28 223.37 0.42 0.52
Hex 53 6F B8 37 28 0 1C DF 2A 34
Octal 123 157 270 67 50 0 34 337 52 64
Binary 1010011 1101111 10111000 110111 101000 0 11100 11011111 101010 110100

Color Harmonies of #536FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FB8

Black with #536FB8

Text Example


Text Example

White with #536FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536FB8; }

 p { color: rgb(83,111,184); }

 H1.HeaderClassName
 {
   color: #536FB8;
 }
 .AnyTagClassName
 {
   color: #536FB8;
 }
</style>

background-color css

<style>
 a { background-color: #536FB8; }

 a { background-color: rgb(83,111,184); }

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

border-color css

<style>
 span { border-color: #536FB8; }

 span { border-color: rgb(83,111,184); }

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