Html Css Color HEX #53B2D0 Viking

📋 copy color: '#53B2D0'

red 83 ◦ green 178 ◦ blue 208

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

Shades of Viking #53B2D0

Tints of Viking #53B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 17.7%
G = 37.95%
B = 44.35%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#53B2D0 (or 0x53B2D0) is known color: Viking. HEX triplet: 53, B2 and D0. RGB value is (83,178,208). Sum of RGB (Red+Green+Blue) = 83+178+208=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #53B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2D0 is #AC4D2F. Grayscale: #989898. Windows color (decimal): -11291952 or 13677139. OLE color: 13677139.

HSL color Cylindrical-coordinate representation of color #53B2D0: hue angle of 194.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B2D0 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 178 208 -
CMYK 0.60 0.14 0 0.18
HSL 194.4º 0.57% 0.57% -
HSV(B) 194.4º 0.6% 0.82% -
XYZ 30.87 38.23 65.43 -
YUV 153.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 83 178 208 0.60 0.14 0 0.18 194.4 0.57 0.57
Hex 53 B2 D0 3C E 0 12 C2 39 39
Octal 123 262 320 74 16 0 22 302 71 71
Binary 1010011 10110010 11010000 111100 1110 0 10010 11000010 111001 111001

Color Harmonies of #53B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2D0

Black with #53B2D0

Text Example


Text Example

White with #53B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B2D0; }

 p { color: rgb(83,178,208); }

 H1.HeaderClassName
 {
   color: #53B2D0;
 }
 .AnyTagClassName
 {
   color: #53B2D0;
 }
</style>

background-color css

<style>
 a { background-color: #53B2D0; }

 a { background-color: rgb(83,178,208); }

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

border-color css

<style>
 span { border-color: #53B2D0; }

 span { border-color: rgb(83,178,208); }

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