Html Css Color HEX #536BBF Chetwode Blue

📋 copy color: '#536BBF'

red 83 ◦ green 107 ◦ blue 191

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

Shades of Chetwode Blue #536BBF

Tints of Chetwode Blue #536BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 21.78%
G = 28.08%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#536BBF (or 0x536BBF) is known color: Chetwode Blue. HEX triplet: 53, 6B and BF. RGB value is (83,107,191). Sum of RGB (Red+Green+Blue) = 83+107+191=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #536BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BBF is #AC9440. Grayscale: #6D6D6D. Windows color (decimal): -11310145 or 12544851. OLE color: 12544851.

HSL color Cylindrical-coordinate representation of color #536BBF: hue angle of 226.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #536BBF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 107 191 -
CMYK 0.57 0.44 0 0.25
HSL 226.67º 0.46% 0.54% -
HSV(B) 226.67º 0.57% 0.75% -
XYZ 18.23 16.12 51.44 -
YUV 109.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 83 107 191 0.57 0.44 0 0.25 226.67 0.46 0.54
Hex 53 6B BF 39 2C 0 19 E3 2E 36
Octal 123 153 277 71 54 0 31 343 56 66
Binary 1010011 1101011 10111111 111001 101100 0 11001 11100011 101110 110110

Color Harmonies of #536BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BBF

Black with #536BBF

Text Example


Text Example

White with #536BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,191); }

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

background-color css

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

 a { background-color: rgb(83,107,191); }

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

border-color css

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

 span { border-color: rgb(83,107,191); }

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