Html Css Color HEX #536CBB Chetwode Blue

📋 copy color: '#536CBB'

red 83 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #536CBB

Tints of Chetwode Blue #536CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 21.96%
G = 28.57%
B = 49.47%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#536CBB (or 0x536CBB) is known color: Chetwode Blue. HEX triplet: 53, 6C and BB. RGB value is (83,108,187). Sum of RGB (Red+Green+Blue) = 83+108+187=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #536CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CBB is #AC9344. Grayscale: #6D6D6D. Windows color (decimal): -11309893 or 12282963. OLE color: 12282963.

HSL color Cylindrical-coordinate representation of color #536CBB: hue angle of 225.58º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #536CBB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 108 187 -
CMYK 0.56 0.42 0 0.27
HSL 225.58º 0.43% 0.53% -
HSV(B) 225.58º 0.56% 0.73% -
XYZ 17.9 16.15 49.19 -
YUV 109.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 83 108 187 0.56 0.42 0 0.27 225.58 0.43 0.53
Hex 53 6C BB 38 2A 0 1B E2 2B 35
Octal 123 154 273 70 52 0 33 342 53 65
Binary 1010011 1101100 10111011 111000 101010 0 11011 11100010 101011 110101

Color Harmonies of #536CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CBB

Black with #536CBB

Text Example


Text Example

White with #536CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,187); }

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

background-color css

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

 a { background-color: rgb(83,108,187); }

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

border-color css

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

 span { border-color: rgb(83,108,187); }

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