Html Css Color HEX #536CBC Chetwode Blue

📋 copy color: '#536CBC'

red 83 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #536CBC

Tints of Chetwode Blue #536CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 21.9%
G = 28.5%
B = 49.6%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#536CBC (or 0x536CBC) is known color: Chetwode Blue. HEX triplet: 53, 6C and BC. RGB value is (83,108,188). Sum of RGB (Red+Green+Blue) = 83+108+188=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #536CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CBC is #AC9343. Grayscale: #6D6D6D. Windows color (decimal): -11309892 or 12348499. OLE color: 12348499.

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

Color convert

RGB 83 108 188 -
CMYK 0.56 0.43 0 0.26
HSL 225.71º 0.44% 0.53% -
HSV(B) 225.71º 0.56% 0.74% -
XYZ 18.01 16.19 49.75 -
YUV 109.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 83 108 188 0.56 0.43 0 0.26 225.71 0.44 0.53
Hex 53 6C BC 38 2B 0 1A E2 2C 35
Octal 123 154 274 70 53 0 32 342 54 65
Binary 1010011 1101100 10111100 111000 101011 0 11010 11100010 101100 110101

Color Harmonies of #536CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CBC

Black with #536CBC

Text Example


Text Example

White with #536CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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